home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / PageTracker / READ ME < prev   
Encoding:
Text File  |  1998-05-29  |  1.5 KB  |  29 lines  |  [TEXT/R*ch]

  1. WHAT IT DOES
  2. PageTracker¬ takes a log file, or folder of log files, from a WindowsNT server, strips out all the .GIF and .JPG "hits" and tracks a pre-defined list of pages.
  3.  
  4. GEE, THAT'S NICE, BUT WHY?
  5. Currently I am the webmaster for Cal State Fullerton's athletic site. I needed a quick and dirty method to track the number of hits for certain pages. Also. I wanted to learn how to program in REALbasic and this is what I came up with.
  6.  
  7. WHAT'S USEFUL TO ME?
  8. Maybe not much. Here is a list of some items which are implemented:
  9.  
  10.     Ñ Preferences file with Save
  11.     Ñ Editable (double clickable) Listboxes with muliple columns
  12.     Ñ Importing a text file
  13.     Ñ Progress Bar
  14.     Ñ Rinaldi's XFCN (fullSFPack) which let's you select only a folder, among
  15.       other things.
  16.     Ñ Procedure to count the number of lines in a text file (GetNumLinesOfFile)
  17.     Ñ Menu handling
  18.  
  19. BY THE WAY
  20. There is an unused procedure (getLines) which does the exact same thing as GetNumLinesOfFile but is MUCH SLOWER. GetLines uses .readAll method of a TextInputStream
  21.  
  22. RUNNING A FOLDER -- KNOW PROBLEM
  23. I've included some sample log files within the "Logs" folder. If you select the Run Folder button or menu item, DO NOT save the "export" file within the log folder.
  24.  
  25. HANDLE WITH CARE
  26. This is my first program in REALbasic, and given the fact that I have never used an OOP-based language,there are probably better ways to implement certain items. If you would like to comment, please email me at paulcausey@yahoo.com.
  27.  
  28. Enjoy! Paul
  29.